projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccc8a11
)
arm64: zynqmp: Change the spi-rx-bus-width property to x1
author
Venkatesh Yadav Abbarapu
<
[email protected]
>
Wed, 14 Nov 2018 11:50:18 +0000
(17:20 +0530)
committer
Michal Simek
<
[email protected]
>
Fri, 15 Feb 2019 14:04:01 +0000
(15:04 +0100)
As per the zc1275 design x1 mode is enabled so changing the
spi-rx-bus-width property to x1.
Signed-off-by: Venkatesh Yadav Abbarapu <
[email protected]
>
Signed-off-by: Michal Simek <
[email protected]
>
arch/arm/dts/zynqmp-zc1275-revB.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp-zc1275-revB.dts
b/arch/arm/dts/zynqmp-zc1275-revB.dts
index e84b2da164cc501520dcbd9fbe1ee2f978d11d8b..1a7975b551d13c4f3a16e1e2750e4f0713383119 100644
(file)
--- a/
arch/arm/dts/zynqmp-zc1275-revB.dts
+++ b/
arch/arm/dts/zynqmp-zc1275-revB.dts
@@
-47,7
+47,7
@@
#size-cells = <1>;
reg = <0x0>;
spi-tx-bus-width = <1>;
- spi-rx-bus-width = <
4
>;
+ spi-rx-bus-width = <
1
>;
spi-max-frequency = <108000000>; /* Based on DC1 spec */
partition@qspi-fsbl-uboot { /* for testing purpose */
label = "qspi-fsbl-uboot";